home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / chap04 / howto07 / ccprnmgr.dfm / ccprnmgr.txt
Encoding:
Text File  |  1995-11-26  |  20.5 KB  |  515 lines

  1. object CCPrintForm: TCCPrintForm
  2.   Left = 361
  3.   Top = 137
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'CC Printer Manager'
  7.   ClientHeight = 341
  8.   ClientWidth = 420
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   OnCreate = FormCreate
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 225
  20.     Height = 17
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.     Caption = 'Available Printers'
  24.   end
  25.   object Bevel1: TBevel
  26.     Left = 256
  27.     Top = 32
  28.     Width = 153
  29.     Height = 97
  30.   end
  31.   object Label2: TLabel
  32.     Left = 248
  33.     Top = 8
  34.     Width = 161
  35.     Height = 17
  36.     Alignment = taCenter
  37.     AutoSize = False
  38.     Caption = 'Printer Capabilities'
  39.   end
  40.   object Label3: TLabel
  41.     Left = 24
  42.     Top = 104
  43.     Width = 201
  44.     Height = 17
  45.     Alignment = taCenter
  46.     AutoSize = False
  47.     Caption = 'Current Printer'
  48.   end
  49.   object Label4: TLabel
  50.     Left = 24
  51.     Top = 120
  52.     Width = 201
  53.     Height = 17
  54.     Alignment = taCenter
  55.     AutoSize = False
  56.     Caption = 'Epson Stylus Color on LPT1'
  57.   end
  58.   object Bevel2: TBevel
  59.     Left = 16
  60.     Top = 104
  61.     Width = 225
  62.     Height = 49
  63.   end
  64.   object Label5: TLabel
  65.     Left = 8
  66.     Top = 256
  67.     Width = 217
  68.     Height = 16
  69.     Alignment = taCenter
  70.     AutoSize = False
  71.     Caption = 'Current Status'
  72.   end
  73.   object Label6: TLabel
  74.     Left = 16
  75.     Top = 272
  76.     Width = 201
  77.     Height = 17
  78.     Alignment = taCenter
  79.     AutoSize = False
  80.     Caption = 'Idle'
  81.   end
  82.   object Bevel3: TBevel
  83.     Left = 8
  84.     Top = 256
  85.     Width = 225
  86.     Height = 33
  87.   end
  88.   object Label7: TLabel
  89.     Left = 248
  90.     Top = 144
  91.     Width = 161
  92.     Height = 16
  93.     Alignment = taCenter
  94.     AutoSize = False
  95.     Caption = 'Files to be Printed'
  96.   end
  97.   object Label8: TLabel
  98.     Left = 264
  99.     Top = 72
  100.     Width = 137
  101.     Height = 16
  102.     Alignment = taCenter
  103.     AutoSize = False
  104.     Caption = 'Color Capable'
  105.   end
  106.   object Label9: TLabel
  107.     Left = 264
  108.     Top = 40
  109.     Width = 137
  110.     Height = 16
  111.     Alignment = taCenter
  112.     AutoSize = False
  113.     Caption = 'Graphics Capable'
  114.   end
  115.   object Label10: TLabel
  116.     Left = 264
  117.     Top = 104
  118.     Width = 137
  119.     Height = 16
  120.     Alignment = taCenter
  121.     AutoSize = False
  122.     Caption = 'Resolution: 720 dpi'
  123.   end
  124.   object Label11: TLabel
  125.     Left = 16
  126.     Top = 136
  127.     Width = 209
  128.     Height = 16
  129.     Alignment = taCenter
  130.     AutoSize = False
  131.     Caption = 'Width : 8000  Height: 11000'
  132.   end
  133.   object ComboBox1: TComboBox
  134.     Left = 8
  135.     Top = 32
  136.     Width = 241
  137.     Height = 24
  138.     ItemHeight = 16
  139.     TabOrder = 0
  140.   end
  141.   object BitBtn1: TBitBtn
  142.     Left = 8
  143.     Top = 64
  144.     Width = 81
  145.     Height = 33
  146.     Caption = 'Default'
  147.     TabOrder = 1
  148.     OnClick = BitBtn1Click
  149.     Glyph.Data = {
  150.       78010000424D7801000000000000760000002800000020000000100000000100
  151.       04000000000000000000120B0000120B00000000000000000000000000000000
  152.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  153.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  154.       3333333333FFFFF3333333333000003333333333F777773FF333333008F88800
  155.       33333337733333773F33330FFF8F888F033333733333333373F330DEFFF8F8FE
  156.       D03337F33333333337F330DDEFFFFFEDD0333733333FFF33373F0BBFDE000EDF
  157.       BB037F33337773F3337F0AABB08880BBAA037F3337F3F7F3337F0EEAA08080AA
  158.       EE037F3337F737F3337F0AABB08880BBAA037F33373FF733337F0BBFDE000EDB
  159.       BB0373F333777333337330DDEFFFFFEDD03337F33333333337F330DEF8F8FFFE
  160.       D033373F333333333733330FFF8F8FFF03333373FF33333F733333300FF8F800
  161.       3333333773FFFF773333333330000033333333333777773333330000}
  162.     NumGlyphs = 2
  163.   end
  164.   object BitBtn3: TBitBtn
  165.     Left = 8
  166.     Top = 304
  167.     Width = 225
  168.     Height = 33
  169.     Caption = '&Close'
  170.     ModalResult = 1
  171.     TabOrder = 2
  172.     Glyph.Data = {
  173.       CE070000424DCE07000000000000360000002800000024000000120000000100
  174.       1800000000009807000000000000000000000000000000000000008080808080
  175.       808080808080808080808080808080808080808080808080C0C0C0C0C0C0F8F8
  176.       F8C0C0C0F8F8F8C0C0C0808080C0C0C0F8F8F880808080808080808080808080
  177.       8080808080808080808080808080808080008080008080008080008080008080
  178.       008080F8F8F88000008000008000008000008000000000000000008080808080
  179.       80808080F8F8F8F8F8F8F8F8F880000080000080000080000080000080808080
  180.       8080808080808080808080808080808080808080808080808080F8F8F8008080
  181.       008080008080F8F8F8F8F8F8808080F8F8F80080800080800080800080808000
  182.       00F800F8800080000000000000C0C0C0F8F8F8F8F8F8F8F8F880000000808000
  183.       8080008080008080808080808080808080808080808080808080808080808080
  184.       808080808080008080008080008080808080808080808080808080F8F8F80080
  185.       80008080008080008080800000800080F800F8800080000000F8F8F8F8F8F8F8
  186.       F8F8F8F8F8800000008080008080008080008080008080008080008080008080
  187.       808080F8F8F8808080808080808080F8F8F8008080008080008080808080F8F8
  188.       F8008080008080F8F8F8008080008080008080008080800000F800F8800080F8
  189.       00F8000000F8F8F8F8F8F8F8F8F8F8F8F8800000008080008080008080008080
  190.       008080008080008080008080808080808080C0C0C0808080808080F8F8F80080
  191.       80008080008080808080F8F8F8008080008080F8F8F800808000808000808000
  192.       8080800000800080F800F8800080000000F8F8F8F8F800F8F8F8F8F800800000
  193.       008080008080008080008080008080008080008080008080808080F8F8F88080
  194.       80C0C0C0808080F8F8F8008080008080008080808080F8F8F8008080008080F8
  195.       F8F8008080008080008080008080800000F800F8800080F800F8000000F8F8F8
  196.       F8F8F8F8F8F8F8F8F88000000080800080800080800080800080800080800080
  197.       80008080808080808080C0C0C0808080808080F8F8F800808000808000808080
  198.       8080F8F8F8008080008080F8F8F8008080008080008080008080800000800080
  199.       F800F8800080000000F8F8F8F8F800F8F8F8F8F8008000000080800080800080
  200.       80008080008080008080008080008080808080F8F8F8808080C0C0C0808080F8
  201.       F8F8008080008080008080808080F8F8F8008080008080F8F8F8008080008080
  202.       008080008080800000F800F8800080F800F8000000F8F8F8F8F8F8F8F8F8F8F8
  203.       F880000000808000808000808000808000808000808000808000808080808080
  204.       8080C0C0C0808080808080F8F8F8008080008080008080808080F8F8F8008080
  205.       008080F8F8F8008080008080008080008080800000800080F800F88000800000
  206.       00F8F8F8F8F800F8F8F8F8F80080000000808000808000808000808000808000
  207.       8080008080008080808080F8F8F8808080C0C0C0808080F8F8F8008080008080
  208.       008080808080F8F8F8008080008080F8F8F80080800080800080800080808000
  209.       00F800F8800080F800F8000000F8F800F8F8F8F8F800F8F8F880000000808000
  210.       8080008080008080008080008080008080008080808080808080C0C0C0808080
  211.       808080F8F8F8008080008080008080808080F8F8F8008080008080F8F8F80080
  212.       80008080008080008080800000800080F800F8800080000000F8F8F8F8F800F8
  213.       F8F8F8F800800000008080008080008080008080008080008080008080008080
  214.       808080F8F8F8808080C0C0C0808080F8F8F8008080008080008080808080F8F8
  215.       F8008080008080F8F8F8008080008080008080008080800000F800F8800080F8
  216.       00F8000000F8F800F8F8F8F8F800F8F8F8800000008080008080008080008080
  217.       008080008080008080008080808080808080C0C0C0808080808080F8F8F80080
  218.       80008080008080808080F8F8F8008080008080F8F8F800808000808000808000
  219.       8080800000800000800000800000800000800000800000800000800000800000
  220.       008080008080008080008080008080008080008080008080808080F8F8F88080
  221.       80F8F8F8808080F8F8F8F8F8F8F8F8F8F8F8F8808080F8F8F8008080008080F8
  222.       F8F8008080008080008080008080008080008080008080008080008080008080
  223.       0080800080800080800080800080800080800080800080800080800080800080
  224.       8000808080808080808080808080808080808080808080808080808080808080
  225.       8080008080008080008080F8F8F8008080008080008080008080008080008080
  226.       0000000000000000000000000000000000000080800080800080800080800080
  227.       80008080008080008080008080008080008080008080008080F8F8F8F8F8F8F8
  228.       F8F8F8F8F8F8F8F8F8F8F8008080008080008080008080F8F8F8008080008080
  229.       00808000808000808000808000000000F80000F80000F80000F8000000000080
  230.       8000808000808000808000808000808000808000808000808000808000808000
  231.       8080808080808080808080808080808080808080F8F8F8008080008080008080
  232.       008080F8F8F80080800080800080800080800080800080800000000000000000
  233.       0000000000000000000000808000808000808000808000808000808000808000
  234.       8080008080008080008080008080808080F8F8F8F8F8F8F8F8F8F8F8F8808080
  235.       F8F8F8008080008080008080008080F8F8F8}
  236.     NumGlyphs = 2
  237.   end
  238.   object BitBtn4: TBitBtn
  239.     Left = 240
  240.     Top = 264
  241.     Width = 81
  242.     Height = 73
  243.     Caption = 'Abort'
  244.     TabOrder = 3
  245.     OnClick = BitBtn4Click
  246.     Glyph.Data = {
  247.       CE070000424DCE07000000000000360000002800000024000000120000000100
  248.       1800000000009807000000000000000000000000000000000000008080008080
  249.       0080800080800080800080800080800080800080800080800080800080800080
  250.       8000808000808000808000808000808000808000808000808000808000808000
  251.       8080008080008080008080008080008080008080008080008080008080008080
  252.       0080800080800080800080800080800080808080808080800080800080800080
  253.       8000808000808000808000808000808000808000808000808000808000808000
  254.       8080008080008080008080F8F8F8008080008080008080008080008080008080
  255.       0080800080800080800080800080800080800080800080800080800000F80000
  256.       800000808080800080800080800080800080800080800000F880808000808000
  257.       8080008080008080008080008080008080008080808080808080F8F8F8008080
  258.       008080008080008080008080008080F8F8F80080800080800080800080800080
  259.       800080800080800000F800008000008000008080808000808000808000808000
  260.       00F8000080000080808080008080008080008080008080008080008080808080
  261.       F8F8F8008080808080F8F8F8008080008080008080F8F8F8808080808080F8F8
  262.       F80080800080800080800080800080800080800000F800008000008000008000
  263.       00808080800080800000F8000080000080000080000080808080008080008080
  264.       008080008080008080808080F8F8F8008080008080808080F8F8F8008080F8F8
  265.       F8808080008080008080808080F8F8F800808000808000808000808000808000
  266.       80800000F8000080000080000080000080808080000080000080000080000080
  267.       000080808080008080008080008080008080008080808080F8F8F80080800080
  268.       80008080808080F8F8F8808080008080008080008080008080808080F8F8F800
  269.       80800080800080800080800080800080800000F8000080000080000080000080
  270.       0000800000800000800000808080800080800080800080800080800080800080
  271.       80008080808080F8F8F800808000808000808080808000808000808000808000
  272.       8080F8F8F8808080008080008080008080008080008080008080008080008080
  273.       0000F80000800000800000800000800000800000808080800080800080800080
  274.       80008080008080008080008080008080008080808080F8F8F800808000808000
  275.       8080008080008080008080F8F8F8808080008080008080008080008080008080
  276.       0080800080800080800080800080800000800000800000800000800000808080
  277.       8000808000808000808000808000808000808000808000808000808000808000
  278.       8080808080F8F8F8008080008080008080008080008080808080008080008080
  279.       0080800080800080800080800080800080800080800080800080800000F80000
  280.       8000008000008000008080808000808000808000808000808000808000808000
  281.       8080008080008080008080008080008080808080F8F8F8008080008080008080
  282.       8080800080800080800080800080800080800080800080800080800080800080
  283.       800080800000F800008000008000008000008000008080808000808000808000
  284.       8080008080008080008080008080008080008080008080008080008080808080
  285.       008080008080008080008080808080F8F8F80080800080800080800080800080
  286.       800080800080800080800080800000F800008000008000008080808000008000
  287.       0080000080808080008080008080008080008080008080008080008080008080
  288.       008080008080808080008080008080008080008080008080808080F8F8F80080
  289.       800080800080800080800080800080800080800080800000F800008000008000
  290.       00808080800080800000F8000080000080000080808080008080008080008080
  291.       008080008080008080008080008080808080008080008080008080808080F8F8
  292.       F8008080008080808080F8F8F800808000808000808000808000808000808000
  293.       80800000F80000800000808080800080800080800080800000F8000080000080
  294.       000080808080008080008080008080008080008080008080808080F8F8F80080
  295.       80008080808080008080808080F8F8F8008080008080808080F8F8F800808000
  296.       80800080800080800080800080800080800000F8000080008080008080008080
  297.       0080800080800000F80000800000800000800080800080800080800080800080
  298.       80008080808080F8F8F8F8F8F8808080008080008080008080808080F8F8F800
  299.       8080008080808080F8F8F8008080008080008080008080008080008080008080
  300.       0080800080800080800080800080800080800080800000F80000800000F80080
  301.       8000808000808000808000808000808000808080808080808000808000808000
  302.       8080008080008080808080F8F8F8F8F8F8F8F8F8808080008080008080008080
  303.       0080800080800080800080800080800080800080800080800080800080800080
  304.       8000808000808000808000808000808000808000808000808000808000808000
  305.       8080008080008080008080008080008080008080008080808080808080808080
  306.       0080800080800080800080800080800080800080800080800080800080800080
  307.       8000808000808000808000808000808000808000808000808000808000808000
  308.       8080008080008080008080008080008080008080008080008080008080008080
  309.       008080008080008080008080008080008080}
  310.     NumGlyphs = 2
  311.   end
  312.   object ListBox1: TListBox
  313.     Left = 248
  314.     Top = 168
  315.     Width = 169
  316.     Height = 89
  317.     ItemHeight = 16
  318.     TabOrder = 4
  319.   end
  320.   object BitBtn6: TBitBtn
  321.     Left = 96
  322.     Top = 64
  323.     Width = 65
  324.     Height = 33
  325.     Caption = 'Print'
  326.     TabOrder = 5
  327.     OnClick = BitBtn6Click
  328.     Glyph.Data = {
  329.       78010000424D7801000000000000760000002800000020000000100000000100
  330.       04000000000000000000120B0000120B00000000000000000000000000000000
  331.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  332.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  333.       0003377777777777777308888888888888807F33333333333337088888888888
  334.       88807FFFFFFFFFFFFFF7000000000000000077777777777777770F8F8F8F8F8F
  335.       8F807F333333333333F708F8F8F8F8F8F9F07F333333333337370F8F8F8F8F8F
  336.       8F807FFFFFFFFFFFFFF7000000000000000077777777777777773330FFFFFFFF
  337.       03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  338.       03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  339.       33333337F3F37F3733333330F08F0F0333333337F7337F7333333330FFFF0033
  340.       33333337FFFF77333333333000000333333333377777733333330000}
  341.     NumGlyphs = 2
  342.   end
  343.   object BitBtn7: TBitBtn
  344.     Left = 8
  345.     Top = 216
  346.     Width = 105
  347.     Height = 33
  348.     Caption = 'Setup'
  349.     TabOrder = 6
  350.     OnClick = BitBtn7Click
  351.     Glyph.Data = {
  352.       78010000424D7801000000000000760000002800000020000000100000000100
  353.       04000000000000000000120B0000120B00000000000000000000000000000000
  354.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  355.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555550FF0559
  356.       1950555FF75F7557F7F757000FF055591903557775F75557F77570FFFF055559
  357.       1933575FF57F5557F7FF0F00FF05555919337F775F7F5557F7F700550F055559
  358.       193577557F7F55F7577F07550F0555999995755575755F7FFF7F5570F0755011
  359.       11155557F755F777777555000755033305555577755F75F77F55555555503335
  360.       0555555FF5F75F757F5555005503335505555577FF75F7557F55505050333555
  361.       05555757F75F75557F5505000333555505557F777FF755557F55000000355557
  362.       07557777777F55557F5555000005555707555577777FF5557F55553000075557
  363.       0755557F7777FFF57555553350000055555555775777775555550000}
  364.     NumGlyphs = 2
  365.   end
  366.   object BitBtn8: TBitBtn
  367.     Left = 120
  368.     Top = 216
  369.     Width = 113
  370.     Height = 33
  371.     Caption = 'Print Mgr'
  372.     TabOrder = 7
  373.     OnClick = BitBtn8Click
  374.     Glyph.Data = {
  375.       78010000424D7801000000000000760000002800000020000000100000000100
  376.       04000000000000000000120B0000120B00000000000000000000000000000000
  377.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  378.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  379.       3333333333333333333333333333333333333333333333333333333333333333
  380.       33333FFFFFFFFFFFFFFF000000000000000077777777777777770F7777777777
  381.       77707F3F3333333333370F988888888888707F733FFFFFFFF3370F8800000000
  382.       88707F337777777733370F888888888888707F333FFFFFFFF3370F8800000000
  383.       88707F337777777733370F888888888888707F333333333333370F8888888888
  384.       88707F333333333333370FFFFFFFFFFFFFF07FFFFFFFFFFFFFF7000000000000
  385.       0000777777777777777733333333333333333333333333333333333333333333
  386.       33333333333333333333333333333333333333333333333333330000}
  387.     NumGlyphs = 2
  388.   end
  389.   object RadioGroup1: TRadioGroup
  390.     Left = 8
  391.     Top = 160
  392.     Width = 113
  393.     Height = 49
  394.     Caption = 'Orientation'
  395.     ItemIndex = 0
  396.     Items.Strings = (
  397.       'Portrait'
  398.       'Landscape')
  399.     TabOrder = 8
  400.     OnClick = RadioGroup1Click
  401.   end
  402.   object BitBtn9: TBitBtn
  403.     Left = 128
  404.     Top = 168
  405.     Width = 105
  406.     Height = 33
  407.     Caption = 'Fonts'
  408.     TabOrder = 9
  409.     OnClick = BitBtn9Click
  410.     Glyph.Data = {
  411.       76010000424D7601000000000000760000002800000020000000100000000100
  412.       04000000000000010000130B0000130B00000000000000000000000000000000
  413.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  414.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  415.       3333333333333333333333333333333333333FF3FFFFFFF33FFF003000000033
  416.       0000773777777733777703330033033330037FFF77F37F33377F700007330333
  417.       3003777777337FFFF77F303003337000007337F77F3377777773303073333033
  418.       003337F77F3337F377F337007333303300333777733337FF77F3330033333703
  419.       07333377F333377F7733330733333300033333773FF3F3777F33333399393300
  420.       033333337737FF777F333333339993307333333333777FF77333333333999930
  421.       3333333333777737333333333333333333333333333333333333333333333333
  422.       3333333333333333333333333333333333333333333333333333}
  423.     NumGlyphs = 2
  424.   end
  425.   object BitBtn10: TBitBtn
  426.     Left = 328
  427.     Top = 264
  428.     Width = 89
  429.     Height = 33
  430.     Caption = 'Screen'
  431.     TabOrder = 10
  432.     OnClick = BitBtn10Click
  433.     Glyph.Data = {
  434.       78010000424D7801000000000000760000002800000020000000100000000100
  435.       04000000000000000000120B0000120B00000000000000000000000000000000
  436.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  437.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  438.       0000377777777777777703030303030303037F7F7F7F7F7F7F7F000000000000
  439.       00007777777777777777933393303933337073F37F37F73F3377393393303393
  440.       379037FF7F37F37FF777379793303379793037777337F3777737339933303339
  441.       93303377F3F7F3F77F3733993930393993303377F737F7377FF7399993303399
  442.       999037777337F377777793993330333393307377FF37F3337FF7333993303333
  443.       993033377F37F33377F7333993303333993033377337F3337737333333303333
  444.       33303FFFFFF7FFFFFFF700000000000000007777777777777777030303030303
  445.       03037F7F7F7F7F7F7F7F000000000000000077777777777777770000}
  446.     NumGlyphs = 2
  447.   end
  448.   object BitBtn11: TBitBtn
  449.     Left = 328
  450.     Top = 304
  451.     Width = 89
  452.     Height = 33
  453.     Caption = 'Preview'
  454.     TabOrder = 11
  455.     Glyph.Data = {
  456.       76010000424D7601000000000000760000002800000020000000100000000100
  457.       04000000000000010000130B0000130B00000000000000000000000000000000
  458.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  459.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
  460.       333B33FF33337F3333F73BB3777BB7777BB3377FFFF77FFFF77333B000000000
  461.       0B3333777777777777333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  462.       07333337F3FF3FFF7F333330F00F000F07333337F77377737F333330FFFFFFFF
  463.       07333FF7F3FFFF3F7FFFBBB0F0000F0F0BB37777F7777373777F3BB0FFFFFFFF
  464.       0BBB3777F3FF3FFF77773330F00F000003333337F773777773333330FFFF0FF0
  465.       33333337F3FF7F37F3333330F08F0F0B33333337F7737F77FF333330FFFF003B
  466.       B3333337FFFF77377FF333B000000333BB33337777777F3377FF3BB3333BB333
  467.       3BB33773333773333773B333333B3333333B7333333733333337}
  468.     NumGlyphs = 2
  469.   end
  470.   object BitBtn12: TBitBtn
  471.     Left = 168
  472.     Top = 64
  473.     Width = 65
  474.     Height = 33
  475.     Caption = 'File'
  476.     TabOrder = 12
  477.     OnClick = BitBtn12Click
  478.     Glyph.Data = {
  479.       76010000424D7601000000000000760000002800000020000000100000000100
  480.       04000000000000010000130B0000130B00000000000000000000000000000000
  481.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  482.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333330070
  483.       7700333333337777777733333333008088003333333377F73377333333330088
  484.       88003333333377FFFF7733333333000000003FFFFFFF77777777000000000000
  485.       000077777777777777770FFFFFFF0FFFFFF07F3333337F3333370FFFFFFF0FFF
  486.       FFF07F3FF3FF7FFFFFF70F00F0080CCC9CC07F773773777777770FFFFFFFF039
  487.       99337F3FFFF3F7F777F30F0000F0F09999937F7777373777777F0FFFFFFFF999
  488.       99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339
  489.       99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999
  490.       93337FFFF7737777733300000033333333337777773333333333}
  491.     NumGlyphs = 2
  492.   end
  493.   object FontDialog1: TFontDialog
  494.     Font.Color = clWindowText
  495.     Font.Height = -13
  496.     Font.Name = 'System'
  497.     Font.Style = []
  498.     Device = fdPrinter
  499.     MinFontSize = 0
  500.     MaxFontSize = 0
  501.     Left = 312
  502.     Top = 200
  503.   end
  504.   object PrintDialog1: TPrintDialog
  505.     Options = [poPrintToFile, poWarning]
  506.     PrintToFile = True
  507.     Left = 344
  508.     Top = 200
  509.   end
  510.   object PrinterSetupDialog1: TPrinterSetupDialog
  511.     Left = 280
  512.     Top = 200
  513.   end
  514. end
  515.